home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
gyroball.swf
/
scripts
/
frame_8
/
PlaceObject2_74_209
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-22
|
320 b
|
20 lines
onClipEvent(enterFrame){
_root.steuerung();
if(_root.ball_stuck == "1")
{
_root.ballAway();
}
_root.ball_stuck = 1;
this._x += xmove;
this._y += ymove;
_root.ballmover();
if(0 < sprungzaehler)
{
_root.ball_sprung();
}
else
{
sprung = 0;
}
}